home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="Red-eye correction effect">
- <description>
- RedEye effect is an auto, composite effect that uses RedEyeMask and ChanneMixer effects
- to detect and correct red-eyes in images.
- </description>
-
- <property name="_AutoFix" type="button" label="Auto Fix">
- <comment>
- This generic auto property will run the red-eye fix for the whole image.
- To specify a sub-rectangle of interest, use the API directly.
- </comment>
- </property>
-
- <property name="MaskArray" type="custom" private="1">
- <comment>
- Array of red-eye mask buffer(s)
- </comment>
- </property>
-
- <property name="MaskTransformMatrix" type="float[16]" default="1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1" label="Mask Transform Matrix">
- <comment>
- Specific transform to apply on top of the red-eye mask effect.
- The mask transform is accessible to allow clients to rotate the image below the red-eye effect between multiple red-eye corrections.
- </comment>
- </property>
-
- <input index="0"/>
- </effect>
-